Add a Pango renderer
authorMatthias Clasen <mclasen@redhat.com>
Wed, 30 Aug 2017 15:12:50 +0000 (11:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 1 Sep 2017 17:30:03 +0000 (13:30 -0400)
commit82e8f3a54235df54981c1f6d26c3c497c6565f30
treec02a038e4343ec2e996576f3d2b45dcc7c7cab0e
parent3fc1cafec0d193e285612d5a03deacfe4dcdcf25
Add a Pango renderer

Copy the PangoCairoRenderer into GTK+, rename it to GskPangoRenderer,
and strip it down far enough to build without private pango apis.
This means we currently don't support hexboxes or shapes.

Currently, this lives in gtk, but it might be nicer to put it
in gsk eventually.
gtk/gskpango.c [new file with mode: 0644]
gtk/gskpango.h [new file with mode: 0644]
gtk/meson.build